home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Utilities Professional 1-1500
/
Utilities Professional 1-1500 (1994)(WPD)[!].iso
/
07511000
/
var0888.dms
/
var0888.adf
/
WoManD
/
man
/
C_Library
/
string
< prev
next >
Wrap
Text File
|
1992-09-19
|
662b
|
20 lines
STRING(1) C LIBRARY FUNCTIONS STRING(1)
NAME
string- strings and memory block functions library
INCLUDE FILE
string.h
DESCRIPTION
The string library contains functions to manipulate strings and blocks
of memory. The string.h file includes the "stddef.h" file at its
beginning.
FUNCTIONS
The string library contains the following functions:
memchr(), memcmp(), memcpy(), memmove(), memset(), strcat(), strchr(),
strcmp(), strcoll(), strcpy(), strcspn(), strerror(), strlen(),
strncat(), strncmp(), strncpy(), strpbrk(), strrchr(), strspn(),
strstr(), strtok(), strxfrm().